SCP096
Meta Tables for SCP-096.
Functions
playerMeta:ApplySpeed(amount, bool)
Applies a speed modification to the player.
Parameters
-
amount
Float
The multiplier for the walk and run speed.
-
bool
Boolean
true
to apply the speed modification,false
to reset to default.
playerMeta:HuntedBySCP096()
Checks if the player has been spotted by SCP-096.
Returns
-
any
bool
true
if spotted,false
otherwise.
playerMeta:SCP096ApplySpawnSpeed()
Sets the player’s speed to a reduced value when SCP-096 is spawned.
playerMeta:isSCP096()
Checks if the player is SCP-096.
Returns
-
any
bool
true
if the player is SCP-096,false
otherwise.